home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / ftp / documents / appnotes / 001_015 / 013c / Text
Encoding:
Text File  |  1993-08-02  |  2.2 KB  |  57 lines

  1. -----------------------------------------------------------------------------
  2. 6th July 1992
  3. -----------------------------------------------------------------------------
  4. Support Group Application Note
  5. Number: 013
  6. Issue: 1
  7. Author:
  8. -----------------------------------------------------------------------------
  9.  
  10. Acorn Electron Plus One: Disabling the Centronics and A/D Port
  11.  
  12. -----------------------------------------------------------------------------
  13. Applicable Hardware: Acorn Electron
  14.  
  15. Related Application Notes:
  16.  
  17.  
  18. -----------------------------------------------------------------------------
  19. Copyright (C) Acorn Computers Limited 1992
  20.  
  21. Every effort has been made to ensure that the information in this leaflet is 
  22. true and correct at the time of printing. However, the products described in
  23. this leaflet are subject to continuous development and improvements and
  24. Acorn Computers Limited reserves the right to change its specifications at
  25. any time. Acorn Computers Limited cannot accept liability for any loss or
  26. damage arising from the use of any information or particulars in this
  27. leaflet. ACORN, ECONET and ARCHIMEDES are trademarks of Acorn Computers
  28. Limited.
  29. -----------------------------------------------------------------------------
  30. Support Group
  31. Acorn Computers Limited
  32. Acorn House
  33. Vision Park
  34. Histon
  35. Cambridge       CB4 4AE
  36. -----------------------------------------------------------------------------
  37.  
  38. We have received a number of enquiries regarding the Plus One with other
  39. software houses products, which make use of some of the locations reserved
  40. in the operating system.  Such software usually works on the Acorn Electron
  41. alone, but not with the Plus One fitted.  Issuing the command *FX 163,128,1
  42. as described in the User Guide may be sufficient to enable the software to
  43. be used; if not the following code will remove the Plus One completely from
  44. the address map disabling the Centronics and A/D ports (additionally
  45. disabling the RS423 cartridge if fitted).
  46.  
  47. Pressing <BREAK> will return the Electron to its normal state.  The routine
  48. can be saved on cassette/disc and CHAINed prior to loading the required
  49. program.
  50.  
  51.     10  *FX 163,128,1
  52.     20  A%=&AA : X%=0 : Y%=&FF
  53.     30  !&80=USR&FFF4 : A%=!&81
  54.     40  A%?12=0
  55.  
  56.  
  57. NB:  This routine will not operate across the tube.